home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / encomp.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-01-07  |  450b  |  16 lines

  1. @echo off
  2. cls
  3. ECHO Please check the following before continuing...
  4. ECHO 
  5. ECHO         1 - Make sure that there is enough paper to
  6. ECHO             print the entire manual.  It requires about 7 pages.
  7. ECHO 
  8. ECHO         2 - Make sure your printer is ready and that the print
  9. ECHO             head is directly over a page break perforation.
  10. ECHO 
  11. ECHO  Ready to print the ENCOMPASS User's Manual...
  12. ECHO 
  13. pause
  14. copy readme.doc prn
  15.  
  16.